home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "modConvert"
- '******************************************************************'
- '* *'
- '* TurboCAD for Windows *'
- '* Copyright (c) 1993 - 2001 *'
- '* International Microcomputer Software, Inc. *'
- '* (IMSI) *'
- '* All rights reserved. *'
- '* *'
- '******************************************************************'
-
- Option Explicit
-
- Global objApp As Object
- Global Drs As Object
- Global Dr As Object
- Global Ftrs As Filters
- Global CurCombo As Boolean
- Global CurImportFilter As String
- Global CurExportFilter As String
-
- Private Sub Form_Load()
- frmConvert.Show 1
- End Sub
-
-